PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFTextBoxField Class / setMaxLength Method
The maximum length of the field's text, in characters.
In This Topic
    setMaxLength Method
    In This Topic
    Sets the maximum length of the field text.
    Syntax
    public void setMaxLength( 
       int value
    )

    Parameters

    value
    The maximum length of the field's text, in characters.
    See Also